home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #3 / CD 3 (Black) - 2001.iso / Sea Battle / SEA.SSM / 0 / RCDATA / TNETFORM / TNETFORM.txt
Encoding:
Text File  |  1999-02-25  |  4.2 KB  |  202 lines

  1. object NetForm: TNetForm
  2.   Left = 152
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Select a game type'
  7.   ClientHeight = 230
  8.   ClientWidth = 562
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyPress = FormKeyPress
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   OnMouseUp = FormMouseUp
  23.   OnPaint = FormPaint
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Label1: TLabel
  27.     Left = 224
  28.     Top = 56
  29.     Width = 193
  30.     Height = 33
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'Select a game type'
  34.     Font.Color = clBlack
  35.     Font.Height = -17
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     Transparent = True
  40.     OnMouseDown = FormMouseDown
  41.     OnMouseMove = FormMouseMove
  42.     OnMouseUp = FormMouseUp
  43.   end
  44.   object RxLabel1: TRxLabel
  45.     Tag = 1
  46.     Left = 272
  47.     Top = 88
  48.     Width = 167
  49.     Height = 33
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Game with computer'
  53.     Font.Color = clBlack
  54.     Font.Height = -17
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     ShadowColor = clAqua
  59.     Transparent = True
  60.     OnMouseMove = RxLabelMouseMove
  61.     OnMouseUp = RxLabelMouseUp
  62.     OnMouseLeave = RxLabelMouseLeave
  63.   end
  64.   object RxLabel2: TRxLabel
  65.     Tag = 2
  66.     Left = 272
  67.     Top = 112
  68.     Width = 116
  69.     Height = 33
  70.     Alignment = taCenter
  71.     AutoSize = False
  72.     Caption = 'Network game'
  73.     Font.Color = clBlack
  74.     Font.Height = -17
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     ShadowColor = clAqua
  79.     Transparent = True
  80.     OnMouseMove = RxLabelMouseMove
  81.     OnMouseUp = RxLabelMouseUp
  82.     OnMouseLeave = RxLabelMouseLeave
  83.   end
  84.   object RButton1: TBitmapButton
  85.     Tag = 1
  86.     Left = 48
  87.     Top = 56
  88.     Width = 26
  89.     Height = 26
  90.     ShadowColor = clBlack
  91.     ShadowPos = spRightBottom
  92.     NumBitmaps = 4
  93.     ResOrgX = 0
  94.     ResOrgY = 0
  95.     OnClick = RButtonClick
  96.   end
  97.   object RButton2: TBitmapButton
  98.     Tag = 2
  99.     Left = 48
  100.     Top = 88
  101.     Width = 26
  102.     Height = 26
  103.     ShadowColor = clBlack
  104.     ShadowPos = spRightBottom
  105.     NumBitmaps = 4
  106.     ResOrgX = 0
  107.     ResOrgY = 0
  108.     OnClick = RButtonClick
  109.   end
  110.   object BButton1: TBitmapButton
  111.     Left = 40
  112.     Top = 176
  113.     Width = 92
  114.     Height = 25
  115.     Caption = 'Back'
  116.     ShadowColor = clBlack
  117.     ShadowPos = spRightBottom
  118.     ResOrgX = 0
  119.     ResOrgY = 0
  120.     OnClick = BButton1Click
  121.   end
  122.   object BButton2: TBitmapButton
  123.     Left = 136
  124.     Top = 176
  125.     Width = 92
  126.     Height = 25
  127.     Caption = 'Connect'
  128.     ShadowColor = clBlack
  129.     ShadowPos = spRightBottom
  130.     ResOrgX = 0
  131.     ResOrgY = 0
  132.     OnClick = BButton2Click
  133.   end
  134.   object BButton3: TBitmapButton
  135.     Left = 232
  136.     Top = 176
  137.     Width = 92
  138.     Height = 25
  139.     Caption = 'Exit'
  140.     ShadowColor = clBlack
  141.     ShadowPos = spRightBottom
  142.     ResOrgX = 0
  143.     ResOrgY = 0
  144.     OnClick = BButton3Click
  145.   end
  146.   object Label2: TLabel
  147.     Left = 344
  148.     Top = 160
  149.     Width = 89
  150.     Height = 20
  151.     Alignment = taCenter
  152.     AutoSize = False
  153.     Caption = 'Your Name'
  154.     Font.Color = clBlack
  155.     Font.Height = -17
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     Transparent = True
  160.     OnMouseDown = FormMouseDown
  161.     OnMouseMove = FormMouseMove
  162.     OnMouseUp = FormMouseUp
  163.   end
  164.   object Edit1: TEdit
  165.     Left = 16
  166.     Top = 8
  167.     Width = 160
  168.     Height = 28
  169.     Font.Color = clWindowText
  170.     Font.Height = -17
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = [fsBold]
  173.     ParentFont = False
  174.     TabOrder = 0
  175.     Visible = False
  176.     OnChange = Edit1Change
  177.     OnKeyPress = Edit1KeyPress
  178.   end
  179.   object ListBox1: TListBox
  180.     Left = 304
  181.     Top = 2
  182.     Width = 165
  183.     Height = 52
  184.     Font.Color = clWindowText
  185.     Font.Height = -13
  186.     Font.Name = 'MS Sans Serif'
  187.     Font.Style = [fsBold]
  188.     ItemHeight = 16
  189.     ParentFont = False
  190.     TabOrder = 1
  191.     Visible = False
  192.     OnDblClick = ListBox1DblClick
  193.     OnKeyPress = ListBox1KeyPress
  194.   end
  195.   object Timer1: TTimer
  196.     Enabled = False
  197.     OnTimer = Timer1Timer
  198.     Left = 480
  199.     Top = 88
  200.   end
  201. end
  202.